Shopping Cart - Get Bookeasy Shopping Cart( getBECart )

Navigate to Shopping Cart

Details

  • Name Get Bookeasy Shopping Cart
  • Description This method is responsible for returning the Bookeasy Shopping Cart you have saved.
  • MethodGroup Bookeasy

Parameters

  • q
    Type Boolean
    Description Required parameter q. This must be provided to activate the query.
  • key
    Type String
    Description Required parameter key. This is the session Id for which your cart is saved against.
    Example <a class="showCode" href="/cart/getBECart?q=true&key=d0ba342a-e375-4f76-bee1-80c4f4bef9c7">/cart/getBECart?q=true&key=d0ba342a-e375-4f76-bee1-80c4f4bef9c7</a>
  • bookedBy
    Type String
    Description Contains the username of the staff member making the booking
  • bookingMetaData
    Type String
    Description Contains the additional information about the booking
  • bookingLocation
    Type String
    Description Contains the booking location of the staff member making the booking
  • campaignID
    Type Int32
    Description Filters the results to only return specific campaign information. This overrides the operators parameter
    Example <a class="showCode" href="/cart/getBECart?q=85&campaignID=6">/cart/getBECart?q=85&campaignID=6</a>
  • IgnoreCache
    Type Boolean
  • ShowError
    Type Boolean
  • callback
    Type String

Faults

  • Name Json Result Error
    Description This error is thrown where something happens and it was unexpected.
    Type <a href="/ui/Show?name=Json Result Error">JsonResultError</a>